Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridSummaryRow Class / GridSummaryRow Constructor / GridSummaryRow Constructor(IDataCollection<Object>,Int32)
The collection containing the item.
Index of the data inside the collection.

In This Topic
    GridSummaryRow Constructor(IDataCollection<Object>,Int32)
    In This Topic
    Initializes a new instance of the GridSummaryRow class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal collection As IDataCollection(Of Object), _
       ByVal dataIndex As Integer _
    )
    public GridSummaryRow( 
       IDataCollection<object> collection,
       int dataIndex
    )

    Parameters

    collection
    The collection containing the item.
    dataIndex
    Index of the data inside the collection.
    See Also